码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
转载:C#保存文件时重名自动生成新文件的方法
/// /// Generates a new path for duplicate filenames./// /// The path./// private string GetNewPathForDupes( string path ){ string directory = Path...
分类:Windows程序   时间:2014-10-17 03:32:03    阅读次数:237
In Java, what is the default location for newly created files?
If the current directory of the application. If e.g. you create a File by usingnew FileOutputStream("myfile")then it is created in the "current" direc...
分类:编程语言   时间:2014-10-17 02:45:43    阅读次数:157
Linux Shell 多线程编程--原创
相关命令文件 1、runCommandInThreads.sh 多线程实现主代码 cdir=$(dirname?$BASH_SOURCE)?##Current?directory?of?this?script?file. source?$cdir/logUtil.sh function?createFile()?{ local?dir...
分类:编程语言   时间:2014-10-16 21:12:53    阅读次数:274
apache 配置虚拟目录
<VirtualHost *:80> DocumentRoot "/opt/www" ServerName localhost ServerAlias localhost <Directory /> Require all granted </Directory> </VirtualHost>...
分类:Web程序   时间:2014-10-16 18:11:13    阅读次数:209
ORACLE EXPDP命令
(转自:http://blog.csdn.net/zftang/article/details/6387325)1. DIRECTORY指定转储文件和日志文件所在的目录DIRECTORY=directory_objectDirectory_object用于指定目录对象名称.需要注意,目录对象是使用C...
分类:数据库   时间:2014-10-16 17:51:42    阅读次数:275
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-10-15 20:20:01    阅读次数:227
获取文件夹以及子文件夹里面的所有文件
1. 没有后缀名的限制:string[] filePaths = Directory.GetFiles(@"c:\MyDir\");2. 有后缀名:string[] filePaths = Directory.GetFiles(@"c:\MyDir\", "*.bmp");3. 获取文件夹以及子文件...
分类:其他好文   时间:2014-10-15 19:09:31    阅读次数:119
IT忍者神龟之MyEclipse 8.6.1 制作绿色版
安装文件:myeclipse-8.6.1-win32.exe 安装目录:D:\MyEclipse\8.6 运行安装: MyEclipse Install Directory -->C:\Users\Administrator\AppData\Local\Genuitec\MyEclipse-8.6 修改为:D:\MyEclipse\8.6.1\MyEclipse 这样的话,后面所有配...
分类:系统相关   时间:2014-10-15 16:57:52    阅读次数:748
MyEclipse反编译Class文件的实现
1.需要工具文件jad.exenet.sf.jadclipse_3.3.0.jar2.我们将jad.exe文件放到JDK的bin目录下3.我们将net.sf.jadclipse_3.3.0.jar拷贝到MyEclipse安装目录下的plugins目录下面4.在E:\java_directory\MyEclipse\dropins创建一个eclipse文件夹.5.在创建好的eclipse文件夹下,分别创..
分类:系统相关   时间:2014-10-15 16:03:11    阅读次数:303
关于JOS未分页之前物理地址映射问题的思考
在kern/pmap。         ////////////////////////////////////////////////////////////////////// // create initial page directory. kern_pgdir = (pde_t *) boot_alloc(PGSIZE); memset(kern_pgdir, 0, PGSIZE...
分类:其他好文   时间:2014-10-15 14:28:40    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!